Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid a zillion of "ciitical ... QNSWindow ... active key-value observers" #11265

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

m0dB
Copy link
Contributor

@m0dB m0dB commented Feb 11, 2023

move dummy widget creation in WWidgetGroup::setup after setLayout, to avoid a zillion of "ciitical ... QNSWindow ... active key-value observers" errors on startup, as discussed here: https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/lots.20of.20.22critical.22.20QNSWindow.20errors.20on.20startup

@github-actions github-actions bot added the ui label Feb 11, 2023
@m0dB
Copy link
Contributor Author

m0dB commented Feb 11, 2023

note that arch linux qt 6.3 failing has nothing to do with this change

@m0dB
Copy link
Contributor Author

m0dB commented Feb 11, 2023 via email

@Swiftb0y
Copy link
Member

I tested this and I can confirm the issue to be present in 2.3 but for some reason its not in recent 2.4 builds (without this PR).

@fwcd
Copy link
Member

fwcd commented Feb 11, 2023

8727cfc, at least the M1 build, still gives me the errors.

@m0dB
Copy link
Contributor Author

m0dB commented Feb 11, 2023

@Swiftb0y that is surprising, I don't see anything in the diff between main and 2.4 that would explain that. I will checkout 2.4 and give it a try.

@m0dB
Copy link
Contributor Author

m0dB commented Feb 11, 2023

@Swiftb0y I tried with 2.4 and I still get all the "critical error" messages. Anyway, I think this fix can be merged to main (and to 2.4) now.

@JoergAtGithub
Copy link
Member

This is a small bugfix - if there's no technical reason against it, this should go into 2.3 branch.

@Swiftb0y
Copy link
Member

sure, just needs a rebase then.

@m0dB
Copy link
Contributor Author

m0dB commented Feb 18, 2023

comment changed as suggested by @ronso0 . please merge.

src/widget/wwidgetgroup.cpp Outdated Show resolved Hide resolved
@ronso0
Copy link
Member

ronso0 commented Feb 18, 2023

This is a small bugfix - if there's no technical reason against it, this should go into 2.3 branch.

There seem to be no regression, so @m0dB please rebase onto 2.3, then we can merge this.
(CI is happy, so in case CI hooks are not run after rebasing, we can merge nonetheless.

…itical ... QNSWindow ... active key-value observers" errors on startup
@m0dB
Copy link
Contributor Author

m0dB commented Feb 18, 2023

commits squashed and rebased on 2.3

@ronso0 ronso0 changed the base branch from main to 2.3 February 18, 2023 23:10
@ronso0
Copy link
Member

ronso0 commented Feb 18, 2023

@Swiftb0y merge?

@ronso0 ronso0 self-requested a review February 18, 2023 23:15
@JoergAtGithub JoergAtGithub merged commit 1861100 into mixxxdj:2.3 Feb 20, 2023
@JoergAtGithub
Copy link
Member

Thank you!

@Swiftb0y
Copy link
Member

@Swiftb0y merge?

Sorry, I've been busy the last couple days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants